STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Basic-adverseevent-example.json

Raw JSON (canonical form)

Example of QICore AdverseEvent

{
  "resourceType": "Basic",
  "id": "basic-adverseevent-example",
  "text": {
    "status": "generated",
    "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: basic-adverseevent-example</p><p><b>code</b>: Adverse Event <span>(Details : {http://hl7.org/fhir/basic-resource-type code 'advevent' = 'Adverse Event)</span></p><p><b>subject</b>: <a>Patient/example</a></p><p><b>created</b>: 16/09/2015</p><p><b>author</b>: <a>Practitioner/example</a></p></div>"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-cause#item",
          "valueReference": {
            "reference": "Medication/qicore"
          }
        },
        {
          "url": "http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-cause#certainty",
          "valueCodeableConcept": {
            "coding": [
              {
                "fhir_comments": [
                  "   Confirmed present   "
                ],
                "system": "http://snomed.info/sct",
                "code": "410605003"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-cause"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-type",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/qicore-adverseevent-type",
            "code": "unsafe",
            "display": "Eruption due to drug (disorder)"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-period",
      "valuePeriod": {
        "start": "2014-01-14",
        "end": "2014-01-15"
      }
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/basic-resource-type",
        "code": "advevent"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example"
  },
  "created": "2015-09-16",
  "author": {
    "reference": "Practitioner/example"
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.